home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / wptools1.zip / DEMO / DATABASE / UNIT1.DFM / UNIT1.txt
Text File  |  1996-04-13  |  2KB  |  103 lines

  1. object Form1: TForm1
  2.   Left = 270
  3.   Top = 191
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object WPToolBar1: TWPToolBar
  14.     Left = 0
  15.     Top = 0
  16.     Width = 427
  17.     Height = 56
  18.     Align = alTop
  19.     BevelInner = bvRaised
  20.     BevelOuter = bvLowered
  21.     sel_ListBoxes = [SelFontName, SelFontSize, SelFontColor, SelBackgroundColor]
  22.     sel_StatusIcons = [SelNormal, SelBold, SelItalic, SelUnder, SelHyperLink, SelStrikeOut, SelLeft, SelRight, SelBlock, SelCenter]
  23.     sel_ActionIcons = []
  24.     sel_DatabaseIcons = [SelToStart, SelNext, SelPrev, SelToEnd, SelEdit, SelAdd, SelDel, SelCancel, SelPost]
  25.     sel_EditIcons = []
  26.     FontSizeFrom = 8
  27.     Hints.Strings = (
  28.       'WPI_Normal=Normal'
  29.       'WPI_Bold=Bold'
  30.       'WPI_Italic=Italic'
  31.       'WPI_Under=Under'
  32.       'WPI_Hyperlink=Hyperlink'
  33.       'WPI_StrikeOut=StrikeOut'
  34.       'WPI_Left=Left'
  35.       'WPI_Right=Right'
  36.       'WPI_Justified=Justified'
  37.       'WPI_Center=Center'
  38.       'WPI_Copy=Copy'
  39.       'WPI_Cut=Cut'
  40.       'WPI_Paste=Paste'
  41.       'WPI_SelAll=SelAll'
  42.       'WPI_HideSel=HideSel'
  43.       'WPI_Find=Find'
  44.       'WPI_Replace=Replace'
  45.       'WPI_Spell=Spell'
  46.       'WPI_Exit=Exit'
  47.       'WPI_New=New'
  48.       'WPI_Open=Open'
  49.       'WPI_Save=Save'
  50.       'WPI_Close=Close'
  51.       'WPI_Print=Print'
  52.       'WPI_PrintSetup=PrintSetup'
  53.       'WPI_Next=Next'
  54.       'WPI_Prev=Prev'
  55.       'WPI_Add=Add'
  56.       'WPI_Del=Del'
  57.       'WPI_Edit=Edit'
  58.       'WPI_Cancel=Cancel'
  59.       'WPI_ToStart=ToStart'
  60.       'WPI_ToEnd=ToEnd'
  61.       'WPI_Post=Post')
  62.   end
  63.   object DBWPRichText1: TDBWPRichText
  64.     Left = 0
  65.     Top = 56
  66.     Width = 427
  67.     Height = 217
  68.     Cursor = crIBeam
  69.     Language = twpGerman
  70.     WPToolBar = WPToolBar1
  71.     DataField = 'MEMO'
  72.     DataSource = DataSource1
  73.     HyperLinkCursor = crDefault
  74.     NoBlockMarking = False
  75.     OneClickHyperlink = False
  76.     Zooming = 100
  77.     Resizing = 100
  78.     Align = alClient
  79.     BorderStyle = bsSingle
  80.     Font.Color = clBlack
  81.     Font.Height = -13
  82.     Font.Name = 'Arial'
  83.     Font.Style = []
  84.     ParentColor = False
  85.     ScrollBars = ssNone
  86.     TabOrder = 1
  87.     TabStop = True
  88.     WantTabs = True
  89.   end
  90.   object Table1: TTable
  91.     Active = True
  92.     DatabaseName = 'DATEN'
  93.     TableName = 'TEST.DB'
  94.     Left = 340
  95.     Top = 6
  96.   end
  97.   object DataSource1: TDataSource
  98.     DataSet = Table1
  99.     Left = 376
  100.     Top = 6
  101.   end
  102. end
  103.